home *** CD-ROM | disk | FTP | other *** search
- // You may freely copy, distribute and reuse the code in this example.
- // The author disclaims any warranty of any kind, expressed or implied,
- // as to its fitness for any particular use.
-
- // Grab20 and Capture written by Peter Eisch.
-
- #import <stdio.h>
- #import <strings.h>
-
- void parsePath(char *path, char *dir, char *name);
-